projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1834b39
)
Correct a bug that was revealed during a review of new VC.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 8 Oct 2007 23:18:31 +0000
(23:18 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Mon, 8 Oct 2007 23:18:31 +0000
(23:18 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 4ef359e6c1cd2f2bb21ed59f92224a3ad6a344cc..9b8f5583a653a2539b822044c114fb934ea61fa8 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-3050,7
+3050,7
@@
to provide the `find-version' operation instead."
(if (vc-find-backend-function backend 'print-log)
(with-current-buffer "*vc*"
(vc-call print-log (list file))
- (vc-call
wash-log file
)
+ (vc-call
-backend backend 'wash-log
)
(buffer-string))))
(defun vc-default-unregister (backend file)